diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-01 19:52:06 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-01 19:52:06 +0900 |
| commit | 44b74ff4170090673b6eeacd8c528e0abf47b7aa (patch) | |
| tree | 3f3824b4e2cb24536c1677188b4cae5b8909d3da /app/[lng]/procurement/(procurement)/evaluation-input/[id]/page.tsx | |
| parent | 4953e770929b82ef77da074f77071ebd0f428529 (diff) | |
(김준회) deprecated code 정리
Diffstat (limited to 'app/[lng]/procurement/(procurement)/evaluation-input/[id]/page.tsx')
| -rw-r--r-- | app/[lng]/procurement/(procurement)/evaluation-input/[id]/page.tsx | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app/[lng]/procurement/(procurement)/evaluation-input/[id]/page.tsx b/app/[lng]/procurement/(procurement)/evaluation-input/[id]/page.tsx deleted file mode 100644 index 3a403620..00000000 --- a/app/[lng]/procurement/(procurement)/evaluation-input/[id]/page.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { EvaluationPage } from "@/lib/evaluation-submit/evaluation-page" -import { Metadata } from "next" - -export const metadata: Metadata = { - title: "평가 작성", - description: "협력업체 평가를 작성합니다", -} - -interface PageProps { - params: { - id: string - } -} - -export default function Page({ params }: PageProps) { - return <EvaluationPage /> -} - -export async function generateStaticParams() { - // 동적 경로이므로 빈 배열 반환 - return [] -}
\ No newline at end of file |
